home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / Poco 1.2 / pocosetup.exe / file0001.bin / 0 / RCDATA / TFRMBACK / TFRMBACK.txt
Encoding:
Text File  |  2000-03-01  |  1.4 KB  |  69 lines

  1. object FrmBack: TFrmBack
  2.   Left = 280
  3.   Top = 870
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'FrmBack'
  7.   ClientHeight = 58
  8.   ClientWidth = 138
  9.   Color = clNavy
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Bevel1: TBevel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 138
  25.     Height = 21
  26.     Align = alTop
  27.     Shape = bsSpacer
  28.   end
  29.   object Label1: TLabel
  30.     Left = 6
  31.     Top = 3
  32.     Width = 124
  33.     Height = 15
  34.     Caption = 'Click to return to the...'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWhite
  37.     Font.Height = 15
  38.     Font.Name = 'Arial'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object PnlMain: TPanel
  43.     Left = 0
  44.     Top = 21
  45.     Width = 138
  46.     Height = 37
  47.     Align = alClient
  48.     BevelOuter = bvNone
  49.     ParentColor = True
  50.     TabOrder = 0
  51.     object BtnReturn: TBitBtn
  52.       Left = 9
  53.       Top = 0
  54.       Width = 121
  55.       Height = 33
  56.       Caption = '...message'
  57.       Font.Charset = DEFAULT_CHARSET
  58.       Font.Color = clWindowText
  59.       Font.Height = 17
  60.       Font.Name = 'Arial'
  61.       Font.Style = []
  62.       ParentFont = False
  63.       TabOrder = 0
  64.       OnClick = BtnReturnClick
  65.       Kind = bkOK
  66.     end
  67.   end
  68. end
  69.